projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ad9ee
)
* kmacro.el (kmacro-call-macro): Fix docstring.
author
Juri Linkov
<juri@jurta.org>
Thu, 25 Mar 2004 10:39:06 +0000
(10:39 +0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 25 Mar 2004 10:39:06 +0000
(10:39 +0000)
lisp/kmacro.el
patch
|
blob
|
history
diff --git
a/lisp/kmacro.el
b/lisp/kmacro.el
index 68717653eb869a0a1fb81dad2aeaa0eaf28ee448..a129ab53cefbf07cb3807cb9517b21968d36bdf8 100644
(file)
--- a/
lisp/kmacro.el
+++ b/
lisp/kmacro.el
@@
-609,7
+609,7
@@
command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
for details on how to adjust or disable this behaviour.
To make a macro permanent so you can call it even after defining
-others, use
M-x name-last-kbd-macro
."
+others, use
\\[name-last-kbd-macro]
."
(interactive "p")
(let ((repeat-key (and (null no-repeat)
(> (length (this-single-command-keys)) 1)